GrapeCity.CalcEngine.Functions Namespace > CalcSmallFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 items: array, k.
Array is an array or range of numerical data for which you want to determine the k-th smallest value.
K is the position (from the smallest) in the array or range of data to return.
'Usage Dim instance As CalcSmallFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 items: array, k.
Array is an array or range of numerical data for which you want to determine the k-th smallest value.
K is the position (from the smallest) in the array or range of data to return.
Target Platforms: Windows Server 2012, Windows RT